.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-container.section-title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  color: #131419;
  height: 35px;
  margin-bottom: 80px;
  margin-top: 80px;
}
.page-container.section-title:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #333333;
  top: 18px;
  margin-left: 13px;
  width: 50px;
}
.top-banner {
  width: 100%;
  position: relative;
}
.top-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
  position: relative;
}
.top-banner .swiper-slide > img {
  height: 100%;
  width: 100%;
}
.top-banner .swiper-slide video {
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.top-banner .swiper-slide.on-play .iconzanting {
  display: block;
}
.top-banner .swiper-slide.on-play .video-icon {
  display: none;
}
.top-banner .swiper-slide.on-play .video-bg-cover {
  background: none;
}
.top-banner .swiper-slide:hover .volume,
.top-banner .swiper-slide:hover .iconzanting {
  opacity: 1;
}
.top-banner .swiper-slide .volume {
  color: white;
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: 20px;
  opacity: 0;
  z-index: 3;
}
.top-banner .swiper-slide .has-volume {
  display: none;
}
.top-banner .swiper-slide .iconzanting {
  color: white;
  position: absolute;
  left: 80px;
  bottom: 20px;
  font-size: 20px;
  opacity: 0;
  display: none;
}
.top-banner .swiper-slide .video-bg-cover {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-banner .swiper-slide .video-icon {
  z-index: 3;
  width: 100px;
  height: 100px;
  position: absolute;
  padding: 13px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.top-banner .swiper-slide .video-icon .circle-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
}
.top-banner .swiper-slide .video-icon .circle-1 {
  height: 74px;
  width: 74px;
  position: relative;
  padding: 12px;
}
.top-banner .swiper-slide .video-icon .circle-icon-1,
.top-banner .swiper-slide .video-icon .circle-icon-2 {
  transition: all 0.3s;
  transform: scale(0);
}
.top-banner .swiper-slide .video-icon .circle {
  height: 50px;
  width: 50px;
  position: relative;
}
.top-banner .swiper-slide .video-icon .circle .play-icon {
  position: absolute;
  top: 18px;
  left: 0;
  left: 19px;
}
.top-banner .swiper-slide:hover .circle-icon-1,
.top-banner .swiper-slide:hover .circle-icon-2 {
  transform: scale(1);
}
.top-banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 40px;
  right: 100px;
  text-align: center;
}
.top-banner .pagination .swiper-pagination-switch {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-right: 25px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.top-banner .pagination .swiper-pagination-switch:after {
  content: '';
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-0.5px);
  width: 0px;
  height: 1px;
  background-color: #055de1;
}
.top-banner .pagination .swiper-pagination-switch.active {
  color: #055de1;
  margin-right: 170px;
}
.top-banner .pagination .swiper-pagination-switch.active:after {
  width: 130px;
}
#company-info {
  text-align: center;
}
#company-info .title {
  font-size: 36px;
  line-height: 1;
  margin-top: 60px;
  color: #131419;
  font-weight: 800;
  font-style: italic;
}
#company-info .desc {
  margin-top: 53px;
  margin-bottom: 39px;
}
#company-info .desc p {
  line-height: 40px;
  font-size: 15px;
}
#company-info .more {
  margin: 0 auto;
  width: 150px;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  height: 48px;
  text-align: center;
  margin-top: 70px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
#company-info .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  transition: all 0.2s;
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
#company-info .more::before {
  content: '了解更多';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  line-height: 48px;
  z-index: 2;
  transition: all 0.1s;
}
#company-info .more:hover {
  border: none;
}
#company-info .more:hover:before {
  color: white;
}
#company-info .more:hover:after {
  width: 100%;
}
.service-section .section-content {
  position: relative;
}
.service-section .section-content .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-section .section-content .swiper-slide .info {
  position: absolute;
  width: 100%;
  top: 100px;
}
.service-section .section-content .swiper-slide .info .info-wrapper {
  width: 1095px;
  margin: 0 auto;
  color: white;
}
.service-section .section-content .swiper-slide .info .info-wrapper .info-icon {
  font-size: 36px;
  font-weight: bold;
}
.service-section .section-content .swiper-slide .info .info-wrapper .info-title {
  margin-top: 70px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.service-section .section-content .swiper-slide .info .info-wrapper .info-tip {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1;
}
.service-section .section-content .swiper-slide .info .info-wrapper .info-tip.small {
  font-size: 14px;
}
.service-section .section-content .pagination {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.service-section .section-content .pagination .pagination-wrapper {
  width: 1095px;
  margin: 0 auto;
}
.service-section .section-content .pagination .pagination-wrapper .swiper-pagination-switch {
  width: 180px;
  width: 175px\9;
  /*ie*/
  line-height: 80px;
  float: left;
  color: #333333;
  font-size: 16px;
  margin-right: 3px;
  text-align: center;
  background-color: white;
  margin-top: 30px;
  cursor: pointer;
}
.service-section .section-content .pagination .pagination-wrapper .swiper-pagination-switch:last-of-type {
  margin-right: 0;
}
.service-section .section-content .pagination .pagination-wrapper .swiper-pagination-switch:hover {
  color: #055de1;
}
.service-section .section-content .pagination .pagination-wrapper .swiper-pagination-switch.active {
  color: white;
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
  position: relative;
  height: 110px;
  margin-top: 0;
  padding-top: 30px;
}
.service-section .section-content .pagination .pagination-wrapper .swiper-pagination-switch.active:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  bottom: 60px;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
}
.news-section .section-content .news-cover {
  background-size: contain;
  float: left;
  background-repeat: no-repeat;
}
.news-section .section-content .news-cover img {
  cursor: pointer;
}
.news-section .section-content .news-list {
  float: right;
  height: 100px;
}
.news-section .section-content .news-list .news-item {
  padding-top: 10px;
  margin-bottom: 25px;
  display: block;
  background-color: #f7f7f7;
}
.news-section .section-content .news-list .news-item.news-last-item {
  margin-top: 0px;
}
.news-section .section-content .news-list .news-item:hover {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.news-section .section-content .news-list .news-item:hover .news-title,
.news-section .section-content .news-list .news-item:hover .year,
.news-section .section-content .news-list .news-item:hover .day,
.news-section .section-content .news-list .news-item:hover .news-summary {
  color: white !important;
}
.news-section .section-content .news-list .news-item .news-time {
  float: left;
  width: 100px;
  padding-left: 25px;
}
.news-section .section-content .news-list .news-item .news-time .year {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}
.news-section .section-content .news-list .news-item .news-time .day {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #999999;
  margin-top: 8px;
}
.news-section .section-content .news-list .news-item .news-info {
  float: left;
  padding-left: 20px;
  padding-right: 25px;
}
.news-section .section-content .news-list .news-item .news-info .news-title {
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .section-content .news-list .news-item .news-info .news-summary {
  font-size: 14px;
  line-height: 36px;
  color: #999999;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .more {
  margin: 0 auto;
  width: 150px;
  line-height: 48px;
  border: 1px solid #e7e7e7;
  height: 48px;
  text-align: center;
  margin-top: 70px;
  display: block;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.news-section .more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  transition: all 0.2s;
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.news-section .more::before {
  content: '查看更多';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  line-height: 48px;
  z-index: 2;
  transition: all 0.1s;
}
.news-section .more:hover {
  border: none;
}
.news-section .more:hover:before {
  color: white;
}
.news-section .more:hover:after {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .news-section .section-content .news-cover {
    width: 800px;
    height: 600px;
    overflow: hidden;
  }
  .news-section .section-content .news-list .news-item {
    height: 100px;
    width: 1600;
  }
  .news-section .section-content .news-list .news-item .news-info {
    width: 620px;
  }
}
@media screen and (max-width: 1600px) {
  .news-section .section-content .news-cover {
    width: 640px;
    height: 480px;
    overflow: hidden;
  }
  .news-section .section-content .news-list {
    height: 480px;
    overflow: hidden;
  }
  .news-section .section-content .news-list .news-item {
    height: 100px;
    width: 560px;
  }
  .news-section .section-content .news-list .news-item .news-info {
    width: 460px;
  }
}
.cooperation-section .section-content {
  position: relative;
}
.cooperation-section .page-container {
  overflow: hidden;
}
.cooperation-section .pagination {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.cooperation-section .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background: #e3e3e3;
  margin: 0 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.cooperation-section .swiper-pagination-switch.swiper-active-switch {
  width: 8px;
  background: #055de1;
}
@media screen and (min-width: 1600px) {
  .cooperation-section .section-content {
    height: 370px;
  }
  .cooperation-section .section-content .swiper-slide {
    float: left;
    font-size: 0;
  }
  .cooperation-section .section-content .swiper-slide .img-container {
    display: inline-block;
    width: 260px;
    height: 80px;
    text-align: center;
    margin-bottom: 40px;
  }
  .cooperation-section .section-content .swiper-slide .img-container img {
    height: auto;
    max-width: 200px;
    max-height: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .cooperation-section .section-content {
    height: 302px;
  }
  .cooperation-section .section-content .swiper-slide {
    float: left;
    font-size: 0;
  }
  .cooperation-section .section-content .swiper-slide .img-container {
    display: inline-block;
    width: 208px;
    height: 64px;
    margin-bottom: 30px;
    text-align: center;
  }
  .cooperation-section .section-content .swiper-slide .img-container img {
    height: auto;
    max-width: 200px;
    max-height: 80px;
  }
}
.fixed-phone {
  position: fixed;
  right: 52px;
  bottom: 200px;
  z-index: 99;
}
.fixed-phone .cover,
.fixed-phone .top-icon {
  display: block;
  cursor: pointer;
}
.fixed-phone:hover .phone-detail {
  display: block;
}
.fixed-phone .phone-detail {
  position: absolute;
  display: none;
  top: 50px;
  right: 60px;
  width: auto;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 0px 0px 5px gainsboro;
  border: 1px solid gainsboro\9;
  width: 200px;
}
.fixed-phone .phone-detail .tip {
  font-size: 12px;
  line-height: 40px;
}
.fixed-phone .phone-detail .phone {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.back-top {
  position: fixed;
  right: 52px;
  bottom: 140px;
  cursor: pointer;
  display: none;
}